home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / config / Makefile < prev    next >
Encoding:
Makefile  |  1997-08-18  |  121 b   |  7 lines  |  [TEXT/R*ch]

  1. all:
  2.     @echo "Run 'sh autoconf' or 'sh autoconf gcc' or ..."
  3.  
  4. clean scratch:
  5.     rm -f m.h s.h
  6.     cd auto-aux; rm -f *.o a.out
  7.